RepeatForEachByte
Type
iterator
Summary
Repeat over the bytes of some data
Syntax
byte <Iterand>
Description
Use repeat for each to perform an operation on each byte of some data. On each iteration, the Iterand will contain the next char of the string being iterated over.
Parameters
Name | Type | Description |
---|---|---|
Iterand | A container of binary data. |